|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
IElementCollector is a type that allows for the incremental update of a collection of objects. This interface is not intended to be implemented by other plug-ins.
Method Summary | |
void |
add(Object[] elements,
IProgressMonitor monitor)
Add elements to the IElementCollector. |
void |
add(Object element,
IProgressMonitor monitor)
Add element to the IElementCollector. |
void |
done()
The element collection is done. |
Method Detail |
public void add(Object element, IProgressMonitor monitor)
element
- monitor
- public void add(Object[] elements, IProgressMonitor monitor)
monitor
- public void done()
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |